home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / teachtol / dict.zip / The Dictator.exe / 0 / RCDATA / TREGISTRATIONFORM / TREGISTRATIONFORM.txt < prev   
Text File  |  1997-02-01  |  2KB  |  92 lines

  1. object RegistrationForm: TRegistrationForm
  2.   Left = 392
  3.   Top = 185
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Registration! Good Idea!'
  7.   ClientHeight = 266
  8.   ClientWidth = 420
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Image1: TImage
  17.     Left = 0
  18.     Top = 0
  19.     Width = 424
  20.     Height = 269
  21.     Picture.Data = {<image000.bmp>}
  22.     Stretch = True
  23.   end
  24.   object Label1: TLabel
  25.     Left = 34
  26.     Top = 21
  27.     Width = 309
  28.     Height = 23
  29.     Caption = 'Please Enter Your Name, And Password'
  30.     Color = clBlack
  31.     Font.Color = clWhite
  32.     Font.Height = -16
  33.     Font.Name = 'Comic Sans MS'
  34.     Font.Style = [fsBold]
  35.     ParentColor = False
  36.     ParentFont = False
  37.     ParentShowHint = False
  38.     ShowHint = False
  39.     Transparent = True
  40.   end
  41.   object Label2: TLabel
  42.     Left = 32
  43.     Top = 48
  44.     Width = 50
  45.     Height = 23
  46.     Caption = 'Name:'
  47.     Font.Color = clWhite
  48.     Font.Height = -16
  49.     Font.Name = 'Comic Sans MS'
  50.     Font.Style = [fsBold]
  51.     ParentFont = False
  52.     Transparent = True
  53.   end
  54.   object Label3: TLabel
  55.     Left = 32
  56.     Top = 88
  57.     Width = 77
  58.     Height = 23
  59.     Caption = 'Password:'
  60.     Font.Color = clWhite
  61.     Font.Height = -16
  62.     Font.Name = 'Comic Sans MS'
  63.     Font.Style = [fsBold]
  64.     ParentFont = False
  65.     Transparent = True
  66.   end
  67.   object Edit1: TEdit
  68.     Left = 88
  69.     Top = 48
  70.     Width = 145
  71.     Height = 21
  72.     TabOrder = 0
  73.   end
  74.   object Edit2: TEdit
  75.     Left = 112
  76.     Top = 88
  77.     Width = 121
  78.     Height = 21
  79.     TabOrder = 1
  80.   end
  81.   object Button1: TButton
  82.     Left = 317
  83.     Top = 217
  84.     Width = 76
  85.     Height = 32
  86.     Caption = 'DONE!'
  87.     ModalResult = 1
  88.     TabOrder = 2
  89.     OnClick = Button1Click
  90.   end
  91. end
  92.